﻿#footer{
	width: 100%;
	background: #333;
	margin: 0 auto;
}
.footer-contain{
	height: auto;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
}

.footer-top{
	width: 848px;
	border-bottom: 1px solid #999;
	padding: 75px 75px 55px;
}
.f_left{
	/*float: left;*/
	font-weight: 600;
}
.font-20{
	font-family: "微软雅黑";
	font-size: 20px;
	margin-bottom: 18px;
}
.contact_us{
	text-align: left;
	color:#ccc;
}
.contant_mgr{
	margin-right: 100px;
}
.contant_mgr .c_us{
	margin-bottom: 18px;
}
.c_english{
	font-size: 14px;
	font-family: Arial;
}
.c_address{
	text-align: left;
	color: #ccc;
}
.address{
	font-family: "微软雅黑";
}
.c_app{
	/*position: relative;*/
	margin-top: 18px;
}
.c_app a{
	display: inline-block;
	width: 26px;
	height: 21px;
	margin-right: 28px;
}
.weibo{
	background: url(../../images/footer/weibo.png) no-repeat;
}
.weixin{
	position: relative;
	width: 26px;
	height: 21px;
	background: url(../../images/footer/weixin.png) no-repeat;
}
.hover_wx{
	display: none;
	position:absolute;
	bottom: 33px;
	left: -120px;
	width: 258px;
	height: 258px;
	background: #fff;
}
.hover_wx>img{
	display: block;
	width: 258px;
	height: 258px;
}
.qq{
	width: 26px;
	height: 21px;
	margin-right: 0;
	background: url(../../images/footer/qq.png) no-repeat;
}

.f_right ul li{
	float: left;
	margin-right: 65px;
	font-family: "微软雅黑";
	text-align: left;
	color: #ccc;
}
.focus_us{
	margin-right: 10px!important;
}
.f_right h3{
	font-size: 14px;
	font-weight: 600;
}

.footer_c_right p a{
	display: block;
	font-family: "宋体";
	font-size: 12px;
	margin-top: 20px;
	color: #999;
}
.footer_c_right p a:hover{
	color: #ccc;
	font-weight: 700;
}

.footer-font{
	margin: 0 auto;
	padding:10px 0;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.footer-font a.yue{
	color: #999;
}
.clearfix{
	display: table;
	content: "";
	clear: both;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	clear: both;
}